home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / video14.zip / SYSOP.TXT < prev    next >
Text File  |  1992-11-04  |  7KB  |  250 lines

  1.  
  2.  
  3.                   ############################################
  4.                                    Video Poker
  5.                                Copyright (c) 1991
  6.                             Written by : Danny Davis
  7.                                          Mark Brown
  8.                   ############################################
  9.  
  10.  
  11.  
  12. General Information :
  13. =====================
  14.  
  15.      This program is provided as is with no warranties whatsoever.  We will
  16.      not be held liable for any damage or losses from the use of this
  17.      software.  This program has been tested and tested again and I have yet
  18.      to have any problems arise from the use of this program.
  19.  
  20.      This program may be used for a period of 30 days to evaluate and decide
  21.      if you wish to REGISTER this program.  If you decide that you do not wish
  22.      to register this program then please remove it from your BBS door
  23.      section.  In the event you wish to register this door please print out
  24.      the REGISTER.TXT and send it to the address provided at the end of the
  25.      text file.
  26.  
  27.      You may freely distribute this program as long as no money is charged for
  28.      it and no alteration's are made to the program or its files.
  29.  
  30.  
  31. Requirements :
  32. ==============
  33.  
  34.      BRUN45.EXE Runtime Module File (Needed for he program to run)
  35.      CGA Monitor (sysop end only,  Mono is okay on remote providing remote   
  36.                   user receives ansi)
  37.      IBM XT/AT/386
  38.      BBS that makes one of the following Drop File's
  39.  
  40.           CALLINFO.BBS
  41.           DOOR.SYS
  42.           DORINFO#.DEF
  43.  
  44.      
  45.      This program has been tested on the following systems :
  46.      -------------------------------------------------------
  47.  
  48.           WILDCAT 2.x and 3.x,
  49.           Gap v4.0 and greater,
  50.           PcBoard v14.0 or greater,
  51.           QuickBBS v2.6 thru v2.75,
  52.           SuperBBS
  53.           Remote Access.
  54.           Spitfire BBS
  55.  
  56.      This program should also work with other DORINFOx.DEF producing BBS's,
  57.      such as RBBS and SuperBBS.  For other BBS's not mentioned, there are MANY
  58.      door conversion utilities available.
  59.  
  60.      This door will also run under Desqview.
  61.  
  62.  
  63.  
  64. Installation Of The Door :
  65. ==========================
  66.  
  67.      Step One :
  68.      ----------
  69.      
  70.      First create a directory for the program and place all the files into
  71.      that directory.
  72.  
  73.      i.e.  C:\WILDCAT\DOOR\VIDEO     (whatever your DOOR directory will be)
  74.  
  75.      
  76.      Step Two :
  77.      ----------
  78.  
  79.      Use the install program to configure the configuration file to meet 
  80.      your specifications.
  81.  
  82.  
  83.      Contents Of The Configuration File :
  84.      ------------------------------------
  85.                   
  86.           Line one is the path to your dropfile.
  87.  
  88.           Line two is the name of your BBS
  89.  
  90.           Line three is your name that you use on your
  91.           BBS.
  92.  
  93.           Line four is where you specify what type of BBS software you
  94.           have.
  95.  
  96.           Line five is where you specify if you are running at lock
  97.           baud or not.  If you are running lock baud then enter the 
  98.           baud rate....ie 9600 or 19200 or 38400.  Enter 0 for    
  99.           none.
  100.  
  101.           Line six is to tell if you wish to have page available or not.
  102.           1 = YES   0 = NO
  103.  
  104.           Line seven is the total time you wish a user to be on the door
  105.           at one given time.
  106.  
  107.           Line eight is how many times a user may play the game per day.
  108.  
  109.           Line nine is the IRQ information for comm port 3
  110.  
  111.           Line ten is the IRQ information for comm port 4
  112.  
  113.           Line eleven is where you let the game know what card type to use.
  114.           You may make the cards random or use one specific card.
  115.  
  116.           Line twelve is where you tell the game if the player can win on
  117.           any pair or JACKS or BETTER.
  118.  
  119.           Line thirteen is where you will specify the ASCII Bulletin path
  120.           and filename.
  121.  
  122.           Line fourteen is where you will specify the ANSI Bulletin path and
  123.           filename.
  124.     
  125.      Here is the completed file :
  126.      ----------------------------
  127.  
  128.             C:\WILDCAT
  129.             The Lighthouse BBS
  130.             Danny Davis
  131.             WC3
  132.             19200 or 0 for none
  133.             1
  134.             30
  135.             5
  136.             03E8 3
  137.             02E8 4
  138.             0, 1, or 2
  139.             0 or 1
  140.             C:\WILDCAT\BULL\BULL1.ANS
  141.             C:\WILDCAT\BULL\BULL1.ASC
  142.  
  143.  
  144.  
  145. BBS Batch Files :
  146. =================
  147.  
  148.      WILDCAT 2.X (CALLINFO.BBS) :
  149.      ----------------------------
  150.  
  151.      CD\WILDCAT\DOOR\VIDEO
  152.      VIDEO
  153.      VPBULL
  154.      CD\WILDCAT
  155.      CAT
  156.  
  157.  
  158.      WILDCAT 3.X (DOOR.SYS) :
  159.      ------------------------
  160.      Same as above
  161.  
  162.      QuickBBS & DORINFO#.DEF  (a Type 15 for QuickBBS) :
  163.      ---------------------------------------------------
  164.  
  165.      You may specify up to nine different DORINFO#.DEF's by using the 
  166.      install program.
  167.  
  168.      D:
  169.      CD\DOORS\VIDEO
  170.      VIDEO
  171.      VPBULL
  172.      C:
  173.      CD\QBBS
  174.      GOTO RESTART
  175.      
  176.  
  177.      To run a type 7 (for QuickBBS),  simply put the VIDEO.BAT file in the
  178.      QuickBBS directory,  using "*C /C VIDEO.BAT" in the optional data line in
  179.      the type 7 menu.  (there are other ways to do it,  this is the easiest).
  180.  
  181.  
  182.      GAP and PCBOARD :
  183.      -----------------
  184.  
  185.      C:
  186.      CD\DOOR\VIDEO
  187.      VIDEO
  188.      VPBULL
  189.      CD\GAP
  190.      GAP
  191.  
  192.  
  193.     Maintenance :
  194.     -------------
  195.  
  196.         Also enclosed is a maintenance file that needs to be ran
  197.         once a day to keep the player.dat file clean.  By passing 
  198.         a number value from 8-30 you can specify how many days you 
  199.         will allow a user to stay in the door before being deleted.
  200.  
  201.         i.e. "MAINT 17"   this allows 17 days before a player is  
  202.                           deleted for non-use
  203.  
  204.     VPBULL :
  205.     --------
  206.         This file can be ran each time the door is exited or as a
  207.         nightly event. I recommend after the door exits.  It will
  208.         make a ANSI and a ASCII Bulletin from the information you 
  209.         specify in your installation module.
  210.  
  211.     Page Control Files :
  212.     -----------------------------
  213.          Read the PAGE.CTL file and configure it
  214.          to meet your needs.
  215.  
  216.     Local Mode :
  217.     ------------
  218.          To run the game in LOCAL mode just type /LOCAL after the 
  219.          VIDEO.EXE on the command line "VIDEO /LOCAL".
  220.  
  221.  
  222.  
  223.     Multi - Line BBS :
  224.     ------------------
  225.          Well this is a rather simple task.  When you run the install
  226.          program you can pick upto 4 different configuration files.
  227.          To run this door as a multi door all you need to do is place
  228.          the following statement:
  229.  
  230.                 VIDEO VIDEO1.CNF
  231.  
  232.              And so on for the rest of the configuration files.  The
  233.              reason for this is so you may specify the different
  234.              LOCKBAUD rates for each node.
  235.  
  236.  
  237.     Support BBS :
  238.     -------------
  239.  
  240.                            The Lighthouse BBS
  241.                               209-252-7968
  242.                            Fido Net 1:205/75
  243.    
  244.                    US ROBOTICS DUAL STANDARD
  245.  
  246.      Registration of this door will cost you $15.00 plus shipping
  247. and handling.  With your registration you will receive a key file
  248. that will work with all future versions of Video Poker.
  249.      
  250.